From d1b07bc386e17e5c982f25ae7d443356cee89c90 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 19 Apr 2016 07:34:44 -0400 Subject: [PATCH] Add a comment to explain numbers here This explains the change in the previous commit. --- modules/printbackends/cups/gtkprintbackendcups.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c index 2d63ad464a..d1140764a7 100644 --- a/modules/printbackends/cups/gtkprintbackendcups.c +++ b/modules/printbackends/cups/gtkprintbackendcups.c @@ -2494,6 +2494,7 @@ get_reason_msg_desc (guint i, { gchar *reason_msg_desc; + /* The numbers must match the indices in the printer_messages array */ switch (i) { case 0: -- 2.30.2